Add GitHub Actions CI workflow for automated testing#2
Merged
hironow merged 4 commits intoclaude/repository-review-011CUsBS7PV1QYJsZBneF8ZRfrom Nov 11, 2025
Merged
Conversation
Co-authored-by: hironow <1401816+hironow@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Introduce PyGMT nanobind benchmark for performance improvement
Add GitHub Actions CI workflow for automated testing
Nov 11, 2025
hironow
requested changes
Nov 11, 2025
.github/workflows/test.yml
Outdated
| fail-fast: false | ||
| matrix: | ||
| os: [ubuntu-latest] | ||
| python-version: ['3.11', '3.12'] |
Contributor
Author
There was a problem hiding this comment.
Updated in commit 8409a38:
- Test matrix now includes Python 3.12, 3.13, and 3.14
- Removed Python 3.11
- Updated pyproject.toml to reflect new minimum version (>=3.12) and classifiers
- Updated ruff and mypy target versions to 3.12
Owner
|
@copilot plz check pr comments |
Co-authored-by: hironow <1401816+hironow@users.noreply.github.com>
Contributor
Author
I've reviewed all PR comments. The only review comment (regarding Python versions) has been addressed in commit 8409a38. All changes are complete:
No other actionable comments found. |
Owner
|
@copilot plz revert "drop 3.11" |
Co-authored-by: hironow <1401816+hironow@users.noreply.github.com>
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added CI pipeline for the PyGMT nanobind benchmark implementation per maintainer request.
Workflow configuration (
.github/workflows/test.yml):uvfor fast dependency resolutionTriggers: Push to main/copilot branches, PRs to main
README update: Added CI status badge
Project configuration (
pyproject.toml):✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.